home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Workspace / Locus / Source / Preferences.nib / data.classes next >
Text File  |  1995-06-12  |  1KB  |  98 lines

  1. Preferences = {
  2.     ACTIONS = {
  3.     setActivatorRight:;
  4.     setFoldersLevel:;
  5.     setAutoSave:;
  6.     addFolders:;
  7.     setActivatorTop:;
  8.     setActivatorAdd:;
  9.     setVerifyActions:;
  10.     setPrefs:;
  11.     setViewerFrameToCurrent:;
  12.     setActivatorLeft:;
  13.     setViewerLevel:;
  14.     setViewerW:;
  15.     setViewerX:;
  16.     setViewerY:;
  17.     setViewerH:;
  18.     setAppIconAdd:;
  19.     setGeneralLevel:;
  20.     swapPaneFor:;
  21.     setHideDeactive:;
  22.     removeFolders:;
  23.     setActivatorBorderColor:;
  24.     restorePrefs:;
  25.     setActivatorBottom:;
  26.     setActivatorFloat:;
  27.     setAutolaunchHide:;
  28.     setActivatorFillColor:;
  29.     };
  30.     OUTLETS = {
  31.     hField;
  32.     panel;
  33.     modeCover;
  34.     generalPrefsPanel;
  35.     browser;
  36.     xField;
  37.     rightSwitch;
  38.     bottomSwitch;
  39.     currentFrameButton;
  40.     addButton;
  41.     floatSwitch;
  42.     swapView;
  43.     leftSwitch;
  44.     topSwitch;
  45.     removeButton;
  46.     interiorWell;
  47.     viewerPrefsPanel;
  48.     wField;
  49.     folderPrefsPanel;
  50.     borderWell;
  51.     toggles;
  52.     yField;
  53.     };
  54.     SUPERCLASS = Object;
  55. };
  56. FirstResponder = {
  57.     ACTIONS = {
  58.     };
  59.     SUPERCLASS = Object;
  60. };
  61. SwapView = {
  62.     ACTIONS = {
  63.     swapIt:;
  64.     };
  65.     OUTLETS = {
  66.     lastInspector;
  67.     currentInspector;
  68.     delegate;
  69.     };
  70.     SUPERCLASS = View;
  71. };
  72. MainController = {
  73.     ACTIONS = {
  74.     appWillTerminate:;
  75.     showInfoPanel:;
  76.     appDidResignActive:;
  77.     appDidBecomeActive:;
  78.     freeInfoPanel:;
  79.     readPrefs:;
  80.     hideActivationBar:;
  81.     appDidInit:;
  82.     appWillInit:;
  83.     appDidHide:;
  84.     app:;
  85.     barHit:;
  86.     showPrefsPanel:;
  87.     showActivationBar:;
  88.     doneActivating:;
  89.     writePrefs:;
  90.     };
  91.     OUTLETS = {
  92.     infoPanel;
  93.     preferences;
  94.     activationBar;
  95.     };
  96.     SUPERCLASS = Object;
  97. };
  98.